home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / yerli / 07 / _SETUP.1 / Emlak 2000.exe / 0 / RCDATA / TFORM32 / TFORM32.txt < prev   
Text File  |  1999-02-04  |  3KB  |  151 lines

  1. object Form32: TForm32
  2.   Left = 360
  3.   Top = 144
  4.   AutoSize = True
  5.   BorderStyle = bsNone
  6.   Caption = 'Emlak Tan∩┐╜m∩┐╜'
  7.   ClientHeight = 250
  8.   ClientWidth = 350
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 350
  23.     Height = 250
  24.     AutoSize = True
  25.     Picture.Data = {<image000.jpg>}
  26.     OnMouseDown = Image1MouseDown
  27.   end
  28.   object Label1: TLabel
  29.     Left = 152
  30.     Top = 72
  31.     Width = 49
  32.     Height = 13
  33.     Caption = 'Emlak Tipi'
  34.     Transparent = True
  35.   end
  36.   object Label2: TLabel
  37.     Left = 156
  38.     Top = 112
  39.     Width = 43
  40.     Height = 13
  41.     Caption = 'A∩┐╜∩┐╜klama'
  42.     Transparent = True
  43.   end
  44.   object Image2: TImage
  45.     Left = 22
  46.     Top = 204
  47.     Width = 151
  48.     Height = 38
  49.     AutoSize = True
  50.     Picture.Data = {<image001.bmp>}
  51.     Visible = False
  52.   end
  53.   object Image3: TImage
  54.     Left = 182
  55.     Top = 204
  56.     Width = 151
  57.     Height = 38
  58.     AutoSize = True
  59.     Picture.Data = {<image002.bmp>}
  60.     Visible = False
  61.   end
  62.   object Label3: TLabel
  63.     Left = 30
  64.     Top = 214
  65.     Width = 137
  66.     Height = 25
  67.     Alignment = taCenter
  68.     AutoSize = False
  69.     Caption = 'Liste'
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clLime
  72.     Font.Height = -13
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.     Transparent = True
  77.     OnMouseDown = Label3MouseDown
  78.     OnMouseUp = Label3MouseUp
  79.   end
  80.   object Label4: TLabel
  81.     Left = 190
  82.     Top = 214
  83.     Width = 137
  84.     Height = 25
  85.     Alignment = taCenter
  86.     AutoSize = False
  87.     Caption = '∩┐╜∩┐╜k∩┐╜∩┐╜'
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clLime
  90.     Font.Height = -13
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = [fsBold]
  93.     ParentFont = False
  94.     Transparent = True
  95.     OnMouseDown = Label4MouseDown
  96.     OnMouseUp = Label4MouseUp
  97.   end
  98.   object DBEdit1: TDBEdit
  99.     Left = 120
  100.     Top = 88
  101.     Width = 121
  102.     Height = 21
  103.     DataField = 'EmlakTipi'
  104.     DataSource = DataSource1
  105.     TabOrder = 0
  106.     OnKeyPress = DBEdit1KeyPress
  107.   end
  108.   object DBMemo1: TDBMemo
  109.     Left = 56
  110.     Top = 136
  111.     Width = 241
  112.     Height = 57
  113.     DataField = 'A∩┐╜∩┐╜klama'
  114.     DataSource = DataSource1
  115.     TabOrder = 1
  116.     OnKeyPress = DBEdit1KeyPress
  117.   end
  118.   object DBNavigator1: TDBNavigator
  119.     Left = 40
  120.     Top = 48
  121.     Width = 280
  122.     Height = 18
  123.     DataSource = DataSource1
  124.     TabOrder = 2
  125.   end
  126.   object DataSource1: TDataSource
  127.     DataSet = Table1
  128.     Left = 24
  129.     Top = 16
  130.   end
  131.   object Table1: TTable
  132.     Active = True
  133.     AfterPost = Table1AfterPost
  134.     TableName = 'emlaktanimlama.db'
  135.     Left = 64
  136.     Top = 16
  137.     object Table1No: TAutoIncField
  138.       FieldName = 'No'
  139.       ReadOnly = True
  140.     end
  141.     object Table1Aklama: TMemoField
  142.       FieldName = 'A∩┐╜∩┐╜klama'
  143.       BlobType = ftMemo
  144.       Size = 100
  145.     end
  146.     object Table1EmlakTipi: TStringField
  147.       FieldName = 'EmlakTipi'
  148.     end
  149.   end
  150. end
  151.